home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / SDKs / Now Utilities Plug Ins 6.0 / API Stuff / Now Shortcuts Plug Ins ƒ / Move To Trash Plug In ƒ / Main.h < prev    next >
Text File  |  1996-03-07  |  480b  |  14 lines

  1. // Move To Trash Plug In
  2. //
  3. // © 1996 Now Software, Inc
  4. // written by: hac
  5.  
  6. #include "Plug In Defines.h"
  7.  
  8. #define    kMoveToTrashPlugInType    'MTRx'
  9.  
  10. pascal void main(PlugInInformation *plugInInformation);
  11. pascal void PrepareMenu(InstantAccessInformation *information, short asPreview);
  12. pascal void CleanUpAfterMenuSelect(InstantAccessInformation *information, short asPreview);
  13. pascal void HandleMenuItemSelected(InstantAccessInformation *information, MenuItemInformation *menuItem);
  14.